/*内页*/
/* 二级页面 */
#main {
    width: 1200px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  
  #main_left {
    width: 285px;
    float: left;
  }
  
  .catname {
    width: 263px;
    padding: 10px;
    height: 50px;
    background-color: #16459d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .catname .dir {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
  }
  
  .catname .zh {
    text-align: center;
    color: #FFF;
    font-size: 12pt;
  }
  
  .left_list {
    width: 251px;
    padding: 15px;
    line-height: 1.7;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.75);
    margin-bottom: 35px;
  }
  
  .left_ss {
    padding: 5px;
    margin-top: 10px;
    display: none;
  }
  
  /* 左侧栏目导航*/
  .left_nav {
    width: 281px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-shadow: 0px 10px 20px -14px rgba(0, 0, 0, 0.75);
    margin-bottom: 35px;
  }
  
  .left_list:hover,
  .left_nav:hover {
    box-shadow: 0px 10px 30px -14px rgba(0, 0, 0, 0.75);
  }
  
  .left_nav ul a {
    /* 整体字体颜色*/
    font-size: 11pt;
    text-decoration: none;
    color: #000;
  }
  
  .left_nav ul a:hover {
    text-decoration: none;
  }
  
  .left_nav>ul>li {
    text-align: center;
    line-height: 50px;
    min-height: 50px;
    position: relative;
  }
  
  .left_nav>ul>li ul {
    display: none;
    background-color: #FFF;
  }
  
  .left_nav>ul>li ul a {
    color: #000;
    /* 三级分类字体颜色 */
    font-size: 10pt;
  }
  
  .left_nav>ul>li ul a:hover {
    color: #ae6240;
  }
  
  .left_nav>ul>li>a {
    position: relative;
    /*jquery的slideDow效果不兼容IE7*/
    *+position:  !important;
    /*IE7去效果代码*/
    display: block;
    font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
    font-size: 12pt;
    width: 100%;
    // height: 100%;
    transition: all 0.5s;
  }
  
  .left_nav>ul>li>span a {
    position: absolute;
    z-index: 99;
    font-family: "宋体";
    font-size: 18px;
    font-weight: bold;
    left: 40px;
    /*如果标题字数过长，可以调节数值*/
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all 0.5s;
  }
  
  .left_nav>ul>li>span a.on {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  
  .left_nav>ul>li>a.on {
    color: #16459d;
  }
  
  .left_nav>ul>li:hover {
    /* 鼠标经过变色 */
  }
  
  .left_nav>ul>li:hover span>a,
  .left_nav>ul>li:hover>a {
    color: #16459d;
  }
  
  .left_sub a {
    font-size: 14px;
    color: #FFF;
  }
  
  .left_sub a:hover {
    color: #5390cd;
    text-decoration: none;
  }
  
  .highlight {
    /*当前栏目高亮预制*/
  }
  
  .highlight a {
    color: #ae6240;
  }
  
  /* 左侧栏目导航_结束*/
  #main_right {
    float: left;
    width: 885px;
    padding-left: 30px;
  }
  
  #main_right .info {
    text-align: right;
    padding-bottom: 20px;
  }
  
  #content_lm span {
    float: right;
  }
  
  #content_lm {
    width: 100%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    /* 超出部分自动隐藏 */
    font-size: 12pt;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  
  #content_lm span {
    font-weight: normal;
    font-size: 9pt;
    float: right;
    padding-right: 10px;
  }
  
  #content img {
    max-width: 100%;
  }
  
  .img-list {
    margin: 0 -15px;
    padding-top: 30px;
  }
  
  .img-list .p-wp {
    width: 270px;
    /* height: 180px; */
    float: left;
    margin: 0 15px;
    margin-bottom: 30px;
  }
  
  .img-list .p-wp .bg-img {
    width: 100%;
    padding-top: 80.26%;
  }
  
  .img-list .p-wp .p-title {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
  }
  
  .img-list .p-wp:hover .p-title {
    color: #16459d;
  }
  
  .single-p .title {
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
  }
  
  .preNext {
    padding: 30px 0;
  }
  
  /*newslist*/
  .thumb-news-item {
    width: 100%;
    height: 80px;
    margin: 15px 0;
  }
  
  .thumb-news-item:hover {
    transition: all 0.3s linear;
    transform: translateY(-5px);
  }
  
  .thumb-news-item .news-time {
    height: 70px;
    width: 80px;
    background-color: #16459d;
    text-align: center;
    font-size: 18px;
    color: #fff;
    float: left;
    padding-top: 10px;
  }
  
  .thumb-news-item .news-time span {
    display: block;
    font-size: 32px;
  }
  
  .thumb-news-item .news-descri {
    float: left;
    width: 760px;
    padding-left: 30px;
    height: 100%;
    font-size: 14px;
    color: #1c1b1c;
  }
  
  .thumb-news-item .news-descri .news-title {
    color: #24303f;
    font-size: 18px;
    margin-bottom: 15px;
  }